'宣言 Public MustInherit Class Gs1DataBarBaseBuilder (Of TControl As Gs1DataBarBase, TBuilder As Gs1DataBarBaseBuilder(Of TControl,TBuilder)) Inherits BarcodeBaseBuilder(Of TControl,TBuilder)
public abstract class Gs1DataBarBaseBuilder<TControl,TBuilder> : BarcodeBaseBuilder<TControl,TBuilder> where TControl: Gs1DataBarBase where TBuilder: Gs1DataBarBaseBuilder<TControl,TBuilder>